#include "deGlobalTypes.hpp"
#include "deArray.hpp"
#include "deResource.hpp"
Include dependency graph for deWorld.hpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Compounds | |
| class | IdeWorld |
| IdeWorld is the basic interface to the deWorld storage class. More... | |
| class | IdeWorldManager |
| Manager for various deWorld duties. More... | |
| class | IdeWorldObject |
| IdeWorldObject is the abstract base for a deWorld to talk to its objects. More... | |
Defines | |
| #define | DEWORLD_API extern "C" DEDLL_IMPORT |
Typedefs | |
| typedef IdeWorldManager *(* | fIdeWorld_GetManager )() |
| typedef IdeWorldObject *(* | IdeWorldObject_Creator )() |
Functions | |
| C DEDLL_IMPORT IdeWorldManager * | IdeWorld_GetManager () |
| Exported function for retrieving a pointer to the deWorldManager singleton. | |
| DEDLL_IMPORT void | IdeWorld_ShutDown () |
This file is distributed "AS IS" without warranty of any kind. Novus Delta, LLC. does not guarantee the fitness of the contents of this file for any particular purpose.
Copyright (C) 2001-2003 Novus Delta, LLC. All Rights Reserved.
|
|
|
|
|
|
|
|
|
|
|
Exported function for retrieving a pointer to the deWorldManager singleton.
|
|
|
|
1.3-rc3